pub struct DeleteLinkedBranchPayload;Trait Implementations§
Source§impl HasField<issue> for DeleteLinkedBranchPayload
impl HasField<issue> for DeleteLinkedBranchPayload
Auto Trait Implementations§
impl Freeze for DeleteLinkedBranchPayload
impl RefUnwindSafe for DeleteLinkedBranchPayload
impl Send for DeleteLinkedBranchPayload
impl Sync for DeleteLinkedBranchPayload
impl Unpin for DeleteLinkedBranchPayload
impl UnwindSafe for DeleteLinkedBranchPayload
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