pub struct ModelRoutingRealtimePolicy {
pub target_realtime_capable: bool,
pub allow_realtime_detach: bool,
}Fields§
§target_realtime_capable: bool§allow_realtime_detach: boolTrait Implementations§
Source§impl Clone for ModelRoutingRealtimePolicy
impl Clone for ModelRoutingRealtimePolicy
Source§fn clone(&self) -> ModelRoutingRealtimePolicy
fn clone(&self) -> ModelRoutingRealtimePolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModelRoutingRealtimePolicy
impl Debug for ModelRoutingRealtimePolicy
Source§impl PartialEq for ModelRoutingRealtimePolicy
impl PartialEq for ModelRoutingRealtimePolicy
Source§fn eq(&self, other: &ModelRoutingRealtimePolicy) -> bool
fn eq(&self, other: &ModelRoutingRealtimePolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModelRoutingRealtimePolicy
impl Eq for ModelRoutingRealtimePolicy
impl StructuralPartialEq for ModelRoutingRealtimePolicy
Auto Trait Implementations§
impl Freeze for ModelRoutingRealtimePolicy
impl RefUnwindSafe for ModelRoutingRealtimePolicy
impl Send for ModelRoutingRealtimePolicy
impl Sync for ModelRoutingRealtimePolicy
impl Unpin for ModelRoutingRealtimePolicy
impl UnsafeUnpin for ModelRoutingRealtimePolicy
impl UnwindSafe for ModelRoutingRealtimePolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.