pub struct DestinationService {
pub service_type: String,
pub name: String,
pub resource: String,
}
Fields§
§service_type: String
§name: String
§resource: String
Trait Implementations§
Source§impl Debug for DestinationService
impl Debug for DestinationService
Source§impl Default for DestinationService
impl Default for DestinationService
Source§fn default() -> DestinationService
fn default() -> DestinationService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DestinationService
impl RefUnwindSafe for DestinationService
impl Send for DestinationService
impl Sync for DestinationService
impl Unpin for DestinationService
impl UnwindSafe for DestinationService
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