pub struct BrainStructureIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for BrainStructureIriOrLabel
impl PartialEq<&str> for BrainStructureIriOrLabel
source§impl PartialEq<BrainStructureIriOrLabel> for &str
impl PartialEq<BrainStructureIriOrLabel> for &str
source§fn eq(&self, other: &BrainStructureIriOrLabel) -> bool
fn eq(&self, other: &BrainStructureIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for BrainStructureIriOrLabel
impl RefUnwindSafe for BrainStructureIriOrLabel
impl Send for BrainStructureIriOrLabel
impl Sync for BrainStructureIriOrLabel
impl Unpin for BrainStructureIriOrLabel
impl UnwindSafe for BrainStructureIriOrLabel
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