pub struct PermissionRequestShellPossibleUrl {
pub url: String,
}Fields§
§url: StringURL that may be accessed by the command
Trait Implementations§
Source§impl Clone for PermissionRequestShellPossibleUrl
impl Clone for PermissionRequestShellPossibleUrl
Source§fn clone(&self) -> PermissionRequestShellPossibleUrl
fn clone(&self) -> PermissionRequestShellPossibleUrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PermissionRequestShellPossibleUrl
impl<'de> Deserialize<'de> for PermissionRequestShellPossibleUrl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PermissionRequestShellPossibleUrl
impl RefUnwindSafe for PermissionRequestShellPossibleUrl
impl Send for PermissionRequestShellPossibleUrl
impl Sync for PermissionRequestShellPossibleUrl
impl Unpin for PermissionRequestShellPossibleUrl
impl UnsafeUnpin for PermissionRequestShellPossibleUrl
impl UnwindSafe for PermissionRequestShellPossibleUrl
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