pub struct A2a {
pub listen: Option<String>,
pub tls: A2aTls,
pub bearer: Option<Secret>,
pub principals: Vec<Principal>,
pub peers: Vec<A2aPeer>,
pub conversation_ttl: Option<Dur>,
pub push: A2aPush,
}Fields§
§listen: Option<String>§tls: A2aTls§bearer: Option<Secret>§principals: Vec<Principal>§peers: Vec<A2aPeer>§conversation_ttl: Option<Dur>§push: A2aPushTrait Implementations§
Source§impl<'de> Deserialize<'de> for A2a
impl<'de> Deserialize<'de> for A2a
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
impl StructuralPartialEq for A2a
Auto Trait Implementations§
impl Freeze for A2a
impl RefUnwindSafe for A2a
impl Send for A2a
impl Sync for A2a
impl Unpin for A2a
impl UnsafeUnpin for A2a
impl UnwindSafe for A2a
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