pub struct WireListRequest {
pub name_filter: Option<String>,
pub limit: u32,
}Expand description
Arguments to plugin_list.
Fields§
§name_filter: Option<String>§limit: u32Implementations§
Source§impl WireListRequest
impl WireListRequest
pub fn to_bytes(&self) -> Vec<u8> ⓘ
pub fn from_bytes(b: &[u8]) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for WireListRequest
impl RefUnwindSafe for WireListRequest
impl Send for WireListRequest
impl Sync for WireListRequest
impl Unpin for WireListRequest
impl UnsafeUnpin for WireListRequest
impl UnwindSafe for WireListRequest
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