pub struct ModifyRequest {
pub operations: Vec<ModifyOperation>,
pub zone_id: ZoneId,
}Fields§
§operations: Vec<ModifyOperation>§zone_id: ZoneIdTrait Implementations§
Source§impl Debug for ModifyRequest
impl Debug for ModifyRequest
Auto Trait Implementations§
impl Freeze for ModifyRequest
impl RefUnwindSafe for ModifyRequest
impl Send for ModifyRequest
impl Sync for ModifyRequest
impl Unpin for ModifyRequest
impl UnsafeUnpin for ModifyRequest
impl UnwindSafe for ModifyRequest
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