pub struct SpaceKey {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SpaceKey
impl RefUnwindSafe for SpaceKey
impl Send for SpaceKey
impl Sync for SpaceKey
impl Unpin for SpaceKey
impl UnwindSafe for SpaceKey
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