pub struct StartsWith;Expand description
Resource matcher that uses “star-with” check for resource matching. Input matches the policy if input value starts with policy value.
Trait Implementations§
Source§impl Debug for StartsWith
impl Debug for StartsWith
Source§impl ResourceMatcher for StartsWith
impl ResourceMatcher for StartsWith
Auto Trait Implementations§
impl Freeze for StartsWith
impl RefUnwindSafe for StartsWith
impl Send for StartsWith
impl Sync for StartsWith
impl Unpin for StartsWith
impl UnwindSafe for StartsWith
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