pub struct PrivateToken(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl PartialEq<str> for PrivateToken
impl PartialEq<str> for PrivateToken
Auto Trait Implementations§
impl Freeze for PrivateToken
impl RefUnwindSafe for PrivateToken
impl Send for PrivateToken
impl Sync for PrivateToken
impl Unpin for PrivateToken
impl UnwindSafe for PrivateToken
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