pub struct KeywordIdRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for KeywordIdRef
impl AsRef<str> for KeywordIdRef
Source§impl Clone for KeywordIdRef
impl Clone for KeywordIdRef
Source§fn clone(&self) -> KeywordIdRef
fn clone(&self) -> KeywordIdRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeywordIdRef
Source§impl Debug for KeywordIdRef
impl Debug for KeywordIdRef
impl Eq for KeywordIdRef
Source§impl From<KeywordIdRef> for KeywordId
impl From<KeywordIdRef> for KeywordId
Source§fn from(value: KeywordIdRef) -> Self
fn from(value: KeywordIdRef) -> Self
Converts to this type from the input type.
Source§impl Hash for KeywordIdRef
impl Hash for KeywordIdRef
Source§impl PartialEq for KeywordIdRef
impl PartialEq for KeywordIdRef
impl StructuralPartialEq for KeywordIdRef
Auto Trait Implementations§
impl Freeze for KeywordIdRef
impl RefUnwindSafe for KeywordIdRef
impl Send for KeywordIdRef
impl Sync for KeywordIdRef
impl Unpin for KeywordIdRef
impl UnsafeUnpin for KeywordIdRef
impl UnwindSafe for KeywordIdRef
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