pub struct ContextSetProfileRequest {
pub name: String,
pub user: String,
pub password: String,
pub urls: Vec<String>,
}Fields§
§name: String§user: String§password: String§urls: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextSetProfileRequest
impl RefUnwindSafe for ContextSetProfileRequest
impl Send for ContextSetProfileRequest
impl Sync for ContextSetProfileRequest
impl Unpin for ContextSetProfileRequest
impl UnsafeUnpin for ContextSetProfileRequest
impl UnwindSafe for ContextSetProfileRequest
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