pub struct ControlPlaneEndpoint {
pub nats_subject: String,
}Fields§
§nats_subject: StringTrait Implementations§
Source§impl Clone for ControlPlaneEndpoint
impl Clone for ControlPlaneEndpoint
Source§fn clone(&self) -> ControlPlaneEndpoint
fn clone(&self) -> ControlPlaneEndpoint
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 ControlPlaneEndpoint
impl Debug for ControlPlaneEndpoint
Source§impl<'de> Deserialize<'de> for ControlPlaneEndpoint
impl<'de> Deserialize<'de> for ControlPlaneEndpoint
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 ControlPlaneEndpoint
impl RefUnwindSafe for ControlPlaneEndpoint
impl Send for ControlPlaneEndpoint
impl Sync for ControlPlaneEndpoint
impl Unpin for ControlPlaneEndpoint
impl UnsafeUnpin for ControlPlaneEndpoint
impl UnwindSafe for ControlPlaneEndpoint
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