Struct rorm_declaration::hmr::annotations::DefaultValue
source · pub struct DefaultValue(pub DefaultValueData);
Expand description
DEFAULT constraint
Tuple Fields
0: DefaultValueData
The annotation’s data
Trait Implementations
sourceimpl AsImr for DefaultValue
impl AsImr for DefaultValue
type Imr = Annotation
type Imr = Annotation
Imr type to convert to
sourcefn as_imr(&self) -> Annotation
fn as_imr(&self) -> Annotation
Convert to imr type
Auto Trait Implementations
impl RefUnwindSafe for DefaultValue
impl Send for DefaultValue
impl Sync for DefaultValue
impl Unpin for DefaultValue
impl UnwindSafe for DefaultValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more