pub struct LinuxSeccompArgBuilder { /* private fields */ }
Expand description
Builder for LinuxSeccompArg
.
Implementations§
Source§impl LinuxSeccompArgBuilder
impl LinuxSeccompArgBuilder
pub fn index<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn value<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn value_two<VALUE: Into<Option<u64>>>(&mut self, value: VALUE) -> &mut Self
pub fn op<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for LinuxSeccompArgBuilder
impl Clone for LinuxSeccompArgBuilder
Source§fn clone(&self) -> LinuxSeccompArgBuilder
fn clone(&self) -> LinuxSeccompArgBuilder
Returns a copy 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 Default for LinuxSeccompArgBuilder
impl Default for LinuxSeccompArgBuilder
Source§fn default() -> LinuxSeccompArgBuilder
fn default() -> LinuxSeccompArgBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinuxSeccompArgBuilder
impl RefUnwindSafe for LinuxSeccompArgBuilder
impl Send for LinuxSeccompArgBuilder
impl Sync for LinuxSeccompArgBuilder
impl Unpin for LinuxSeccompArgBuilder
impl UnwindSafe for LinuxSeccompArgBuilder
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