Struct BlobAttr
pub struct BlobAttr {
pub length: Option<u32>,
}Fields§
§length: Option<u32>Implementations§
Trait Implementations§
impl StructuralPartialEq for BlobAttr
Auto Trait Implementations§
impl Freeze for BlobAttr
impl RefUnwindSafe for BlobAttr
impl Send for BlobAttr
impl Sync for BlobAttr
impl Unpin for BlobAttr
impl UnwindSafe for BlobAttr
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