pub struct ProgramMembershipIriOrLabel;
Trait Implementations§
Source§impl PartialEq<&str> for ProgramMembershipIriOrLabel
impl PartialEq<&str> for ProgramMembershipIriOrLabel
Source§impl PartialEq<ProgramMembershipIriOrLabel> for &str
impl PartialEq<ProgramMembershipIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for ProgramMembershipIriOrLabel
impl RefUnwindSafe for ProgramMembershipIriOrLabel
impl Send for ProgramMembershipIriOrLabel
impl Sync for ProgramMembershipIriOrLabel
impl Unpin for ProgramMembershipIriOrLabel
impl UnwindSafe for ProgramMembershipIriOrLabel
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