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