pub struct IceServerConfig {
pub urls: Vec<String>,
pub username: Option<String>,
pub credential: Option<String>,
}Fields§
§urls: Vec<String>§username: Option<String>§credential: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for IceServerConfig
impl Clone for IceServerConfig
Source§fn clone(&self) -> IceServerConfig
fn clone(&self) -> IceServerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IceServerConfig
impl RefUnwindSafe for IceServerConfig
impl Send for IceServerConfig
impl Sync for IceServerConfig
impl Unpin for IceServerConfig
impl UnsafeUnpin for IceServerConfig
impl UnwindSafe for IceServerConfig
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