pub struct refUpdateRule;
Trait Implementations§
Source§impl Field for refUpdateRule
impl Field for refUpdateRule
Source§impl HasField<refUpdateRule> for Ref
impl HasField<refUpdateRule> for Ref
Source§type Type = Option<RefUpdateRule>
type Type = Option<RefUpdateRule>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for refUpdateRule
impl RefUnwindSafe for refUpdateRule
impl Send for refUpdateRule
impl Sync for refUpdateRule
impl Unpin for refUpdateRule
impl UnwindSafe for refUpdateRule
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