#[repr(C)]pub struct PipeRouter {}
Implementations§
Source§impl PipeRouter
impl PipeRouter
Sourcepub const fn new() -> Self
pub const fn new() -> Self
create a new instance of the PipeRouter
.
Trait Implementations§
Source§impl Clone for PipeRouter
impl Clone for PipeRouter
Source§fn clone(&self) -> PipeRouter
fn clone(&self) -> PipeRouter
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 PipeRouter
impl Debug for PipeRouter
Source§impl Default for PipeRouter
impl Default for PipeRouter
Source§fn default() -> PipeRouter
fn default() -> PipeRouter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PipeRouter
impl<'de> Deserialize<'de> for PipeRouter
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
Source§impl Hash for PipeRouter
impl Hash for PipeRouter
Source§impl Ord for PipeRouter
impl Ord for PipeRouter
Source§fn cmp(&self, other: &PipeRouter) -> Ordering
fn cmp(&self, other: &PipeRouter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PipeRouter
impl PartialEq for PipeRouter
Source§impl PartialOrd for PipeRouter
impl PartialOrd for PipeRouter
Source§impl Serialize for PipeRouter
impl Serialize for PipeRouter
impl Eq for PipeRouter
impl StructuralPartialEq for PipeRouter
Auto Trait Implementations§
impl Freeze for PipeRouter
impl RefUnwindSafe for PipeRouter
impl Send for PipeRouter
impl Sync for PipeRouter
impl Unpin for PipeRouter
impl UnwindSafe for PipeRouter
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