Struct sandbox_ipc::SendableFile [] [src]

pub struct SendableFile<B = File>(pub B)
where
    B: Borrow<File>
;

Trait Implementations

impl<B: Debug> Debug for SendableFile<B> where
    B: Borrow<File>, 
[src]

[src]

Formats the value using the given formatter.

impl From<File> for SendableFile
[src]

[src]

Performs the conversion.

impl<B> Serialize for SendableFile<B> where
    B: Borrow<File>, 
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SendableFile
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more