struct KeyPrintView<'a> {
path: &'a Path,
id: &'a str,
plaintext: &'a str,
scopes: &'a HashSet<Scope>,
allowed_machines: Option<&'a [String]>,
max_orders_per_minute: Option<u32>,
allowed_trd_sides: Option<&'a [String]>,
}Fields§
§path: &'a Path§id: &'a str§plaintext: &'a str§scopes: &'a HashSet<Scope>§allowed_machines: Option<&'a [String]>§max_orders_per_minute: Option<u32>§allowed_trd_sides: Option<&'a [String]>Auto Trait Implementations§
impl<'a> Freeze for KeyPrintView<'a>
impl<'a> RefUnwindSafe for KeyPrintView<'a>
impl<'a> Send for KeyPrintView<'a>
impl<'a> Sync for KeyPrintView<'a>
impl<'a> Unpin for KeyPrintView<'a>
impl<'a> UnsafeUnpin for KeyPrintView<'a>
impl<'a> UnwindSafe for KeyPrintView<'a>
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