pub struct linkedBranch;Trait Implementations§
Source§impl Field for linkedBranch
impl Field for linkedBranch
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 linkedBranch
impl RefUnwindSafe for linkedBranch
impl Send for linkedBranch
impl Sync for linkedBranch
impl Unpin for linkedBranch
impl UnwindSafe for linkedBranch
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