pub struct Local { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Arbitrary for Local
impl Arbitrary for Local
Source§type Parameters = (<PathBuf as Arbitrary>::Parameters, <String as Arbitrary>::Parameters, <SecurityModel as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<()> as Arbitrary>::Parameters, <Option<bool> as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<RemapForbidWarn> as Arbitrary>::Parameters)
type Parameters = (<PathBuf as Arbitrary>::Parameters, <String as Arbitrary>::Parameters, <SecurityModel as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<()> as Arbitrary>::Parameters, <Option<bool> as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<String> as Arbitrary>::Parameters, <Option<RemapForbidWarn> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<PathBuf as Arbitrary>::Strategy, <String as Arbitrary>::Strategy, <SecurityModel as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<()> as Arbitrary>::Strategy, <Option<bool> as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<RemapForbidWarn> as Arbitrary>::Strategy), fn((PathBuf, String, SecurityModel, Option<String>, Option<()>, Option<bool>, Option<String>, Option<String>, Option<RemapForbidWarn>)) -> Local>
type Strategy = Map<(<PathBuf as Arbitrary>::Strategy, <String as Arbitrary>::Strategy, <SecurityModel as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<()> as Arbitrary>::Strategy, <Option<bool> as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<String> as Arbitrary>::Strategy, <Option<RemapForbidWarn> as Arbitrary>::Strategy), fn((PathBuf, String, SecurityModel, Option<String>, Option<()>, Option<bool>, Option<String>, Option<String>, Option<RemapForbidWarn>)) -> Local>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Ord for Local
impl Ord for Local
Source§impl PartialOrd for Local
impl PartialOrd for Local
impl Eq for Local
impl StructuralPartialEq for Local
Auto Trait Implementations§
impl Freeze for Local
impl RefUnwindSafe for Local
impl Send for Local
impl Sync for Local
impl Unpin for Local
impl UnsafeUnpin for Local
impl UnwindSafe for Local
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