Struct json_ld_syntax::NotAKeyword 
source · pub struct NotAKeyword<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Clone> Clone for NotAKeyword<T>
 
impl<T: Clone> Clone for NotAKeyword<T>
source§fn clone(&self) -> NotAKeyword<T>
 
fn clone(&self) -> NotAKeyword<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl<T: Debug> Debug for NotAKeyword<T>
 
impl<T: Debug> Debug for NotAKeyword<T>
source§impl<T> From<NotAKeyword<T>> for InvalidTypeKeyword<T>
 
impl<T> From<NotAKeyword<T>> for InvalidTypeKeyword<T>
source§fn from(crate::NotAKeyword: NotAKeyword<T>) -> Self
 
fn from(crate::NotAKeyword: NotAKeyword<T>) -> Self
Converts to this type from the input type.
impl<T: Copy> Copy for NotAKeyword<T>
Auto Trait Implementations§
impl<T> Freeze for NotAKeyword<T>where
    T: Freeze,
impl<T> RefUnwindSafe for NotAKeyword<T>where
    T: RefUnwindSafe,
impl<T> Send for NotAKeyword<T>where
    T: Send,
impl<T> Sync for NotAKeyword<T>where
    T: Sync,
impl<T> Unpin for NotAKeyword<T>where
    T: Unpin,
impl<T> UnwindSafe for NotAKeyword<T>where
    T: UnwindSafe,
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
source§impl<T> BorrowUnordered for T
 
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)