pub enum InformationObjectFields {
DefaultSyntax(Vec<InformationObjectField>),
CustomSyntax(Vec<SyntaxApplication>),
}
Variants§
DefaultSyntax(Vec<InformationObjectField>)
CustomSyntax(Vec<SyntaxApplication>)
Trait Implementations§
Source§impl Clone for InformationObjectFields
impl Clone for InformationObjectFields
Source§fn clone(&self) -> InformationObjectFields
fn clone(&self) -> InformationObjectFields
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 Debug for InformationObjectFields
impl Debug for InformationObjectFields
Source§impl From<InformationObjectFields> for ObjectSetValue
impl From<InformationObjectFields> for ObjectSetValue
Source§fn from(value: InformationObjectFields) -> Self
fn from(value: InformationObjectFields) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InformationObjectFields
impl PartialEq for InformationObjectFields
impl StructuralPartialEq for InformationObjectFields
Auto Trait Implementations§
impl Freeze for InformationObjectFields
impl RefUnwindSafe for InformationObjectFields
impl Send for InformationObjectFields
impl Sync for InformationObjectFields
impl Unpin for InformationObjectFields
impl UnwindSafe for InformationObjectFields
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)