[][src]Struct sunrise_fs::ipc::FileSystemService

pub struct FileSystemService {
    inner: FileSystemProxy,
}

Entry point of the file system interface.

Allows to interract with various filesytem via IPC.

Fields

inner: FileSystemProxy

The detail implementation of this ipc interface.

Trait Implementations

impl Clone for FileSystemService[src]

impl Debug for FileSystemService[src]

impl Default for FileSystemService[src]

impl IFileSystemService for FileSystemService[src]

Auto Trait Implementations

impl RefUnwindSafe for FileSystemService

impl Send for FileSystemService

impl Sync for FileSystemService

impl Unpin for FileSystemService

impl UnwindSafe for FileSystemService

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SizedIPCBuffer for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.