pub struct Rkey(pub String);
Expand description
Newtype because i’ll mix up strings somewhere if i don’t
Tuple Fields§
§0: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rkey
impl RefUnwindSafe for Rkey
impl Send for Rkey
impl Sync for Rkey
impl Unpin for Rkey
impl UnwindSafe for Rkey
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