Struct roblox::instance::NotificationService [−][src]
pub struct NotificationService<'a> {}Show 20 fields
pub is_lua_chat_enabled: bool, pub is_lua_game_details_enabled: bool, pub selected_theme: &'a str, pub archivable: bool, pub class_name: &'a str, pub name: &'a str, pub parent: Option<InstanceRef>, pub roblox_locked: bool, pub source_asset_id: i64, pub roblox17_s_connection_changed: RBXScriptSignal<(&'a str, ConnectionState, &'a str)>, pub roblox17_s_event_received: RBXScriptSignal<Dictionary>, pub roblox_connection_changed: RBXScriptSignal<(&'a str, ConnectionState, &'a str, &'a str)>, pub roblox_event_received: RBXScriptSignal<Dictionary>, pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>, pub attribute_changed: RBXScriptSignal<&'a str>, pub changed: RBXScriptSignal<&'a str>, pub child_added: RBXScriptSignal<Option<InstanceRef>>, pub child_removed: RBXScriptSignal<Option<InstanceRef>>, pub descendant_added: RBXScriptSignal<Option<InstanceRef>>, pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
Expand description
The NotificationService Instance Class
Fields
is_lua_chat_enabled: bool
is_lua_game_details_enabled: bool
selected_theme: &'a str
archivable: bool
Inherited from Instance
class_name: &'a str
Inherited from Instance
name: &'a str
Inherited from Instance
parent: Option<InstanceRef>
Inherited from Instance
roblox_locked: bool
Inherited from Instance
source_asset_id: i64
Inherited from Instance
roblox17_s_connection_changed: RBXScriptSignal<(&'a str, ConnectionState, &'a str)>
roblox17_s_event_received: RBXScriptSignal<Dictionary>
roblox_connection_changed: RBXScriptSignal<(&'a str, ConnectionState, &'a str, &'a str)>
roblox_event_received: RBXScriptSignal<Dictionary>
ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>
Inherited from Instance
attribute_changed: RBXScriptSignal<&'a str>
Inherited from Instance
changed: RBXScriptSignal<&'a str>
Inherited from Instance
child_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
child_removed: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_added: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
descendant_removing: RBXScriptSignal<Option<InstanceRef>>
Inherited from Instance
Implementations
pub fn schedule_notification(
&self,
user_id: i64,
alert_id: i32,
alert_msg: &'a str,
minutes_to_fire: i32
)
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for NotificationService<'a>
impl<'a> Send for NotificationService<'a>
impl<'a> Sync for NotificationService<'a>
impl<'a> Unpin for NotificationService<'a>
impl<'a> UnwindSafe for NotificationService<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more