pub struct UiPreviousConnection {
pub internal_index: String,
pub name: Option<String>,
pub base_url: String,
}Fields§
§internal_index: String§name: Option<String>§base_url: StringTrait Implementations§
Source§impl Clone for UiPreviousConnection
impl Clone for UiPreviousConnection
Source§fn clone(&self) -> UiPreviousConnection
fn clone(&self) -> UiPreviousConnection
Returns a copy 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 moreSource§impl<'de> Deserialize<'de> for UiPreviousConnection
impl<'de> Deserialize<'de> for UiPreviousConnection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UiPreviousConnection
impl RefUnwindSafe for UiPreviousConnection
impl Send for UiPreviousConnection
impl Sync for UiPreviousConnection
impl Unpin for UiPreviousConnection
impl UnwindSafe for UiPreviousConnection
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