Enum planus_types::intermediate::AssignMode
source · pub enum AssignMode {
Required,
Optional,
HasDefault(Literal),
}Variants§
Trait Implementations§
source§impl Clone for AssignMode
impl Clone for AssignMode
source§fn clone(&self) -> AssignMode
fn clone(&self) -> AssignMode
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AssignMode
impl Send for AssignMode
impl Sync for AssignMode
impl Unpin for AssignMode
impl UnwindSafe for AssignMode
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