pub enum ObjectType {
AbstractDateTime,
Contact,
Date,
DateTime,
Duration,
MultiContact,
MultiPicklist,
PredecessorList,
}Expand description
Represents a value for the objectType field within an
ObjectValue Object.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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