pub struct UnsyncTag {
pub name: String,
pub platform: Option<PlatformId>,
}Available on crate feature
importer only.Fields§
§name: String§platform: Option<PlatformId>Trait Implementations§
impl Eq for UnsyncTag
impl StructuralPartialEq for UnsyncTag
Auto Trait Implementations§
impl Freeze for UnsyncTag
impl RefUnwindSafe for UnsyncTag
impl Send for UnsyncTag
impl Sync for UnsyncTag
impl Unpin for UnsyncTag
impl UnwindSafe for UnsyncTag
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