Trait IShellFavoritesNameSpace_Impl
pub trait IShellFavoritesNameSpace_Impl: IDispatch_Impl {
Show 13 methods
    // Required methods
    fn MoveSelectionUp(&self) -> Result<()>;
    fn MoveSelectionDown(&self) -> Result<()>;
    fn ResetSort(&self) -> Result<()>;
    fn NewFolder(&self) -> Result<()>;
    fn Synchronize(&self) -> Result<()>;
    fn Import(&self) -> Result<()>;
    fn Export(&self) -> Result<()>;
    fn InvokeContextMenuCommand(&self, strcommand: &BSTR) -> Result<()>;
    fn MoveSelectionTo(&self) -> Result<()>;
    fn SubscriptionsEnabled(&self) -> Result<VARIANT_BOOL>;
    fn CreateSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>;
    fn DeleteSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>;
    fn SetRoot(&self, bstrfullpath: &BSTR) -> Result<()>;
}Required Methods§
fn MoveSelectionUp(&self) -> Result<()>
fn MoveSelectionDown(&self) -> Result<()>
fn ResetSort(&self) -> Result<()>
fn NewFolder(&self) -> Result<()>
fn Synchronize(&self) -> Result<()>
fn Import(&self) -> Result<()>
fn Export(&self) -> Result<()>
fn InvokeContextMenuCommand(&self, strcommand: &BSTR) -> Result<()>
fn MoveSelectionTo(&self) -> Result<()>
fn SubscriptionsEnabled(&self) -> Result<VARIANT_BOOL>
fn CreateSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>
fn DeleteSubscriptionForSelection(&self) -> Result<VARIANT_BOOL>
fn SetRoot(&self, bstrfullpath: &BSTR) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.