pub struct refId;
Trait Implementations§
impl HasInputField<refId, Id> for UpdateRefInput
Auto Trait Implementations§
impl Freeze for refId
impl RefUnwindSafe for refId
impl Send for refId
impl Sync for refId
impl Unpin for refId
impl UnwindSafe for refId
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