pub struct Plain(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl PartialEq for Plain
impl PartialEq for Plain
impl Eq for Plain
impl Secret for Plain
impl StructuralEq for Plain
impl StructuralPartialEq for Plain
Auto Trait Implementations§
impl RefUnwindSafe for Plain
impl Send for Plain
impl Sync for Plain
impl Unpin for Plain
impl UnwindSafe for Plain
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