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