pub struct SendFlags {
pub embed_data: bool,
pub large_block: bool,
pub compress: bool,
pub raw: bool,
}
Fields§
§embed_data: bool
§large_block: bool
§compress: bool
§raw: bool
Trait Implementations§
impl Copy for SendFlags
impl StructuralPartialEq for SendFlags
Auto Trait Implementations§
impl Freeze for SendFlags
impl RefUnwindSafe for SendFlags
impl Send for SendFlags
impl Sync for SendFlags
impl Unpin for SendFlags
impl UnwindSafe for SendFlags
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