pub struct SeString(pub Vec<Payload>);
Tuple Fields§
§0: Vec<Payload>
Implementations§
Trait Implementations§
impl StructuralPartialEq for SeString
Auto Trait Implementations§
impl Freeze for SeString
impl RefUnwindSafe for SeString
impl Send for SeString
impl Sync for SeString
impl Unpin for SeString
impl UnwindSafe for SeString
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