pub struct LiveServerSetupComplete {
pub session_id: Option<String>,
}Expand description
Sent in response to a LiveGenerateContentSetup message from the client.
Fields§
§session_id: Option<String>Trait Implementations§
Source§impl Clone for LiveServerSetupComplete
impl Clone for LiveServerSetupComplete
Source§fn clone(&self) -> LiveServerSetupComplete
fn clone(&self) -> LiveServerSetupComplete
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 moreSource§impl Debug for LiveServerSetupComplete
impl Debug for LiveServerSetupComplete
Source§impl<'de> Deserialize<'de> for LiveServerSetupComplete
impl<'de> Deserialize<'de> for LiveServerSetupComplete
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 LiveServerSetupComplete
impl RefUnwindSafe for LiveServerSetupComplete
impl Send for LiveServerSetupComplete
impl Sync for LiveServerSetupComplete
impl Unpin for LiveServerSetupComplete
impl UnsafeUnpin for LiveServerSetupComplete
impl UnwindSafe for LiveServerSetupComplete
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