Struct json_ld_syntax::NotAKeyword
source · pub struct NotAKeyword<T>(pub T);
Tuple Fields§
§0: T
Trait 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.