pub struct RemoteHeadPlan {
pub head: String,
pub mutation: RemoteHeadMutation,
}Fields§
§head: String§mutation: RemoteHeadMutationImplementations§
Trait Implementations§
Source§impl Clone for RemoteHeadPlan
impl Clone for RemoteHeadPlan
Source§fn clone(&self) -> RemoteHeadPlan
fn clone(&self) -> RemoteHeadPlan
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 moreSource§impl Debug for RemoteHeadPlan
impl Debug for RemoteHeadPlan
impl Eq for RemoteHeadPlan
Source§impl PartialEq for RemoteHeadPlan
impl PartialEq for RemoteHeadPlan
impl StructuralPartialEq for RemoteHeadPlan
Auto Trait Implementations§
impl Freeze for RemoteHeadPlan
impl RefUnwindSafe for RemoteHeadPlan
impl Send for RemoteHeadPlan
impl Sync for RemoteHeadPlan
impl Unpin for RemoteHeadPlan
impl UnsafeUnpin for RemoteHeadPlan
impl UnwindSafe for RemoteHeadPlan
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