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