pub struct RemoteCommitInput {
pub request_id: String,
pub mutations: Vec<Mutation>,
}Fields§
§request_id: String§mutations: Vec<Mutation>Trait Implementations§
Source§impl Clone for RemoteCommitInput
impl Clone for RemoteCommitInput
Source§fn clone(&self) -> RemoteCommitInput
fn clone(&self) -> RemoteCommitInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RemoteCommitInput
impl RefUnwindSafe for RemoteCommitInput
impl Send for RemoteCommitInput
impl Sync for RemoteCommitInput
impl Unpin for RemoteCommitInput
impl UnsafeUnpin for RemoteCommitInput
impl UnwindSafe for RemoteCommitInput
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