pub struct PathRequestEgressControl {
pub enabled: bool,
pub frequency: FrequencyMilliHertz,
}Fields§
§enabled: bool§frequency: FrequencyMilliHertzTrait Implementations§
Source§impl Clone for PathRequestEgressControl
impl Clone for PathRequestEgressControl
Source§fn clone(&self) -> PathRequestEgressControl
fn clone(&self) -> PathRequestEgressControl
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 moreimpl Copy for PathRequestEgressControl
Source§impl Debug for PathRequestEgressControl
impl Debug for PathRequestEgressControl
impl Eq for PathRequestEgressControl
Source§impl PartialEq for PathRequestEgressControl
impl PartialEq for PathRequestEgressControl
impl StructuralPartialEq for PathRequestEgressControl
Auto Trait Implementations§
impl Freeze for PathRequestEgressControl
impl RefUnwindSafe for PathRequestEgressControl
impl Send for PathRequestEgressControl
impl Sync for PathRequestEgressControl
impl Unpin for PathRequestEgressControl
impl UnsafeUnpin for PathRequestEgressControl
impl UnwindSafe for PathRequestEgressControl
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