VxlanProxy

Struct VxlanProxy 

Source
pub struct VxlanProxy<'p>(/* private fields */);

Implementations§

Source§

impl VxlanProxy<'_>

Source

pub async fn new_from_path( device_path: OwnedObjectPath, connection: &Connection, ) -> Result<VxlanProxy<'_>>

Source§

impl<'p> VxlanProxy<'p>

Source

pub async fn new(conn: &Connection) -> Result<VxlanProxy<'p>>

Creates a new proxy with the default service and path.

Source

pub fn builder(conn: &Connection) -> Builder<'p, Self>

Returns a customizable builder for this proxy.

Source

pub fn into_inner(self) -> Proxy<'p>

Consumes self, returning the underlying zbus::Proxy.

Source

pub fn inner(&self) -> &Proxy<'p>

The reference to the underlying zbus::Proxy.

Source

pub fn inner_mut(&mut self) -> &mut Proxy<'p>

The mutable reference to the underlying zbus::Proxy.

Source

pub async fn ageing(&self) -> Result<u32>

Ageing property

Source

pub fn cached_ageing( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>

Ageing property Get the cached value of the Ageing property, or None if the property is not cached.

Source

pub async fn receive_ageing_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>

Ageing property Create a stream for the Ageing property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn dst_port(&self) -> Result<u16>

DstPort property

Source

pub fn cached_dst_port( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>

DstPort property Get the cached value of the DstPort property, or None if the property is not cached.

Source

pub async fn receive_dst_port_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>

DstPort property Create a stream for the DstPort property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn group(&self) -> Result<String>

Group property

Source

pub fn cached_group( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>

Group property Get the cached value of the Group property, or None if the property is not cached.

Source

pub async fn receive_group_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>

Group property Create a stream for the Group property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn hw_address(&self) -> Result<String>

HwAddress property

Source

pub fn cached_hw_address( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>

HwAddress property Get the cached value of the HwAddress property, or None if the property is not cached.

Source

pub async fn receive_hw_address_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>

HwAddress property Create a stream for the HwAddress property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn id(&self) -> Result<u32>

Id property

Source

pub fn cached_id( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>

Id property Get the cached value of the Id property, or None if the property is not cached.

Source

pub async fn receive_id_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>

Id property Create a stream for the Id property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn l2miss(&self) -> Result<bool>

L2miss property

Source

pub fn cached_l2miss( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>

L2miss property Get the cached value of the L2miss property, or None if the property is not cached.

Source

pub async fn receive_l2miss_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>

L2miss property Create a stream for the L2miss property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn l3miss(&self) -> Result<bool>

L3miss property

Source

pub fn cached_l3miss( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>

L3miss property Get the cached value of the L3miss property, or None if the property is not cached.

Source

pub async fn receive_l3miss_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>

L3miss property Create a stream for the L3miss property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn learning(&self) -> Result<bool>

Learning property

Source

pub fn cached_learning( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>

Learning property Get the cached value of the Learning property, or None if the property is not cached.

Source

pub async fn receive_learning_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>

Learning property Create a stream for the Learning property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn limit(&self) -> Result<u32>

Limit property

Source

pub fn cached_limit( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>

Limit property Get the cached value of the Limit property, or None if the property is not cached.

Source

pub async fn receive_limit_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>

Limit property Create a stream for the Limit property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn local(&self) -> Result<String>

Local property

Source

pub fn cached_local( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>

Local property Get the cached value of the Local property, or None if the property is not cached.

Source

pub async fn receive_local_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>

Local property Create a stream for the Local property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn parent(&self) -> Result<OwnedObjectPath>

Parent property

Source

pub fn cached_parent( &self, ) -> Result<Option<<Result<OwnedObjectPath> as ResultAdapter>::Ok>, <Result<OwnedObjectPath> as ResultAdapter>::Err>

Parent property Get the cached value of the Parent property, or None if the property is not cached.

Source

pub async fn receive_parent_changed( &self, ) -> PropertyStream<'p, <Result<OwnedObjectPath> as ResultAdapter>::Ok>

Parent property Create a stream for the Parent property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn proxy(&self) -> Result<bool>

Proxy property

Source

pub fn cached_proxy( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>

Proxy property Get the cached value of the Proxy property, or None if the property is not cached.

Source

pub async fn receive_proxy_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>

Proxy property Create a stream for the Proxy property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn rsc(&self) -> Result<bool>

Rsc property

Source

pub fn cached_rsc( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>

Rsc property Get the cached value of the Rsc property, or None if the property is not cached.

Source

pub async fn receive_rsc_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>

Rsc property Create a stream for the Rsc property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn src_port_max(&self) -> Result<u16>

SrcPortMax property

Source

pub fn cached_src_port_max( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>

SrcPortMax property Get the cached value of the SrcPortMax property, or None if the property is not cached.

Source

pub async fn receive_src_port_max_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>

SrcPortMax property Create a stream for the SrcPortMax property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn src_port_min(&self) -> Result<u16>

SrcPortMin property

Source

pub fn cached_src_port_min( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>

SrcPortMin property Get the cached value of the SrcPortMin property, or None if the property is not cached.

Source

pub async fn receive_src_port_min_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>

SrcPortMin property Create a stream for the SrcPortMin property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn tos(&self) -> Result<u8>

Tos property

Source

pub fn cached_tos( &self, ) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>

Tos property Get the cached value of the Tos property, or None if the property is not cached.

Source

pub async fn receive_tos_changed( &self, ) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>

Tos property Create a stream for the Tos property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Source

pub async fn ttl(&self) -> Result<u8>

Ttl property

Source

pub fn cached_ttl( &self, ) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>

Ttl property Get the cached value of the Ttl property, or None if the property is not cached.

Source

pub async fn receive_ttl_changed( &self, ) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>

Ttl property Create a stream for the Ttl property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.

Trait Implementations§

Source§

impl<'p> AsMut<Proxy<'p>> for VxlanProxy<'p>

Source§

fn as_mut(&mut self) -> &mut Proxy<'p>

Converts this type into a mutable reference of the (usually inferred) input type.
Source§

impl<'p> AsRef<Proxy<'p>> for VxlanProxy<'p>

Source§

fn as_ref(&self) -> &Proxy<'p>

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl<'p> Clone for VxlanProxy<'p>

Source§

fn clone(&self) -> VxlanProxy<'p>

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'p> Debug for VxlanProxy<'p>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> Defaults for VxlanProxy<'a>

Source§

const INTERFACE: &'static Option<InterfaceName<'static>>

Source§

const DESTINATION: &'static Option<BusName<'static>>

Source§

const PATH: &'static Option<ObjectPath<'static>>

Source§

impl<'p> From<Proxy<'p>> for VxlanProxy<'p>

Source§

fn from(proxy: Proxy<'p>) -> Self

Converts to this type from the input type.
Source§

impl<'p> ProxyImpl<'p> for VxlanProxy<'p>

Source§

fn builder(conn: &Connection) -> Builder<'p, Self>

Return a customizable builder for this proxy.
Source§

fn into_inner(self) -> Proxy<'p>

Consume self, returning the underlying zbus::Proxy.
Source§

fn inner(&self) -> &Proxy<'p>

The reference to the underlying zbus::Proxy.
Source§

impl<'p> Serialize for VxlanProxy<'p>

Source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl<'p> Type for VxlanProxy<'p>

Source§

const SIGNATURE: &'static Signature

The signature for the implementing type, in parsed format. Read more

Auto Trait Implementations§

§

impl<'p> Freeze for VxlanProxy<'p>

§

impl<'p> !RefUnwindSafe for VxlanProxy<'p>

§

impl<'p> Send for VxlanProxy<'p>

§

impl<'p> Sync for VxlanProxy<'p>

§

impl<'p> Unpin for VxlanProxy<'p>

§

impl<'p> !UnwindSafe for VxlanProxy<'p>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynamicType for T
where T: Type + ?Sized,

Source§

fn signature(&self) -> Signature

The type signature for self. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more