pub struct StorageDir {}
Implementations§
Source§impl StorageDir
impl StorageDir
#[unsafe(no_mangle)]pub fn sd_new() -> StorageDir
#[unsafe(no_mangle)]pub fn sd_to_exe() -> Box<dyn IcExecute<Connection = IcConnection>>
Trait Implementations§
Source§impl IcExecute for StorageDir
impl IcExecute for StorageDir
type Connection = IcConnection
fn exec( &mut self, con: &mut Self::Connection, cmd: Option<Vec<String>>, _data: Option<Vec<u8>>, _cached: bool, ) -> IcPacket
fn login_required(&mut self) -> bool
Auto Trait Implementations§
impl Freeze for StorageDir
impl RefUnwindSafe for StorageDir
impl Send for StorageDir
impl Sync for StorageDir
impl Unpin for StorageDir
impl UnwindSafe for StorageDir
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more