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