pub struct StartSyncRequest;Expand description
Endpoint type for network.slices.slice.startSync
Trait Implementations§
Source§impl XrpcEndpoint for StartSyncRequest
impl XrpcEndpoint for StartSyncRequest
Auto Trait Implementations§
impl Freeze for StartSyncRequest
impl RefUnwindSafe for StartSyncRequest
impl Send for StartSyncRequest
impl Sync for StartSyncRequest
impl Unpin for StartSyncRequest
impl UnwindSafe for StartSyncRequest
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