pub struct BSVec(pub Vec<Bytes>);
Tuple Fields§
§0: Vec<Bytes>
Trait Implementations§
Source§impl Attribute for BSVec
impl Attribute for BSVec
fn into_attr(self) -> AttributeValue
fn from_attr(attr: AttributeValue) -> Result<Self, AttributeError>
Auto Trait Implementations§
impl Freeze for BSVec
impl RefUnwindSafe for BSVec
impl Send for BSVec
impl Sync for BSVec
impl Unpin for BSVec
impl UnwindSafe for BSVec
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