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