Struct actix_protobuf::ProtoBuf
source · pub struct ProtoBuf<T: Message>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for ProtoBuf<T>
impl<T> RefUnwindSafe for ProtoBuf<T>
impl<T> Send for ProtoBuf<T>
impl<T> Sync for ProtoBuf<T>
impl<T> Unpin for ProtoBuf<T>
impl<T> UnwindSafe for ProtoBuf<T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more