pub struct StateCommitInput {
pub base_sha: String,
pub head_sha: String,
pub ignore_policy_hash: String,
}Fieldsยง
ยงbase_sha: Stringยงhead_sha: Stringยงignore_policy_hash: StringAuto Trait Implementationsยง
impl Freeze for StateCommitInput
impl RefUnwindSafe for StateCommitInput
impl Send for StateCommitInput
impl Sync for StateCommitInput
impl Unpin for StateCommitInput
impl UnsafeUnpin for StateCommitInput
impl UnwindSafe for StateCommitInput
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