Enum fidl_fuchsia_fs::AdminRequest
source · pub enum AdminRequest {
Shutdown {
responder: AdminShutdownResponder,
},
}
Expand description
Administration functionality for filesystems.
Variants§
Shutdown
Fields
§
responder: AdminShutdownResponder
Shuts down the filesystem. Once the filesystem receives the shutdown request, it will complete any active requests before terminating, but will not respond to new requests. This call blocks until all open connections to the filesystem are terminated and any underlying block devices or other owned channels are released, then it responds to this request and closes this channel.
Implementations§
source§impl AdminRequest
impl AdminRequest
pub fn into_shutdown(self) -> Option<AdminShutdownResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL