#[repr(C)]pub struct IceServer {
pub urls: Vec<String>,
pub username: String,
pub password: String,
}Fields§
§urls: Vec<String>§username: String§password: StringTrait Implementations§
Source§impl ExternType for IceServer
impl ExternType for IceServer
Auto Trait Implementations§
impl Freeze for IceServer
impl RefUnwindSafe for IceServer
impl Send for IceServer
impl Sync for IceServer
impl Unpin for IceServer
impl UnwindSafe for IceServer
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