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