pub struct RemoveResult {
pub steps: Vec<Step>,
pub service_name: String,
pub url: Option<String>,
}Fields§
§steps: Vec<Step>§service_name: String§url: Option<String>URL that was assigned to this service (if any).
Auto Trait Implementations§
impl Freeze for RemoveResult
impl RefUnwindSafe for RemoveResult
impl Send for RemoveResult
impl Sync for RemoveResult
impl Unpin for RemoveResult
impl UnsafeUnpin for RemoveResult
impl UnwindSafe for RemoveResult
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