pub struct PathParameters {
pub rpc: GeminiLiveRpcMethod,
}Fields§
§rpc: GeminiLiveRpcMethodRPC route under /ws/.
Default: ...GenerativeService.BidiGenerateContent.
Trait Implementations§
Source§impl Clone for PathParameters
impl Clone for PathParameters
Source§fn clone(&self) -> PathParameters
fn clone(&self) -> PathParameters
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 PathParameters
impl Debug for PathParameters
Source§impl Default for PathParameters
impl Default for PathParameters
Source§fn default() -> PathParameters
fn default() -> PathParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathParameters
impl<'de> Deserialize<'de> for PathParameters
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
Source§impl PartialEq for PathParameters
impl PartialEq for PathParameters
Source§impl Serialize for PathParameters
impl Serialize for PathParameters
impl Eq for PathParameters
impl StructuralPartialEq for PathParameters
Auto Trait Implementations§
impl Freeze for PathParameters
impl RefUnwindSafe for PathParameters
impl Send for PathParameters
impl Sync for PathParameters
impl Unpin for PathParameters
impl UnsafeUnpin for PathParameters
impl UnwindSafe for PathParameters
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